home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / driver / opcdump < prev    next >
Text File  |  2001-04-06  |  460b  |  14 lines

  1. NAME
  2.         opcdump
  3.  
  4. DESCRIPTION
  5.         If the driver was compiled to do opcode profiling, this command
  6.         will save the collected profiling information into the file /OPC_DUMP.
  7.         If the O_IS_WIZARD flag is used in the mudlib (i.e. if
  8.         set_is_wizard() was called), this command is allowed only for
  9.         users that have this flag set.
  10.  
  11. SEE ALSO
  12.         malloc(D), status(D), memory(C), objects(C), debug_info(E),
  13.         set_is_wizard(E)
  14.